export interface Shape {
    "input-border-radius": string;
    "input-button-border-radius": string;
}
export declare const RoundedShape: Shape;
export declare const RectangularShape: Shape;
export declare const PillsShape: Shape;
export declare const DefaultShape: Shape;
