export declare const ButtonShapes: { Round: string; Circle: string; Default: string; }; export type ButtonShape = (typeof ButtonShapes)[keyof typeof ButtonShapes];