export declare const buttonBorderVariants: { filled: string; outlined: string; ghost: string; }; export declare const buttonRadiusVariants: (array: string | any[]) => { [x: number]: string; 0: string; };