/// export declare type StyledButtonProps = { $disabledStyle: boolean; $responsive: boolean; $color?: string; $textColor?: string; $gradient?: boolean; children?: React.ReactNode; }; export declare const baseButtonStyle: import("styled-components").FlattenInterpolation>;