/**
 * Progressive enhancement corner shape for rounded components. Browsers that don't support
 * `corner-shape` will fall back to the radius alone.
 * See https://developer.mozilla.org/en-US/docs/Web/CSS/corner-shape
 */
export declare const cornerShapeStencil: import("@workday/canvas-kit-styling").Stencil<import("@workday/canvas-kit-styling").StencilModifierConfig<{}, {
    shape: string;
}, never>, {}, {
    shape: string;
}, never, never>;
//# sourceMappingURL=cornerShape.d.ts.map