type IconButtonShape = 'default' | 'circle'; export declare const iconButtonShapes: IconButtonShape[]; export {};