import type { WebGlShaderType } from '../../renderers/webgl/WebGlShaderNode.js';
import { type RoundedWithBorderProps } from '../templates/RoundedWithBorderTemplate.js';
export declare const RoundedWithBorder: WebGlShaderType<RoundedWithBorderProps>;