import { Theme } from '@naturacosmeticos/natds-themes';
import { GayaButtonProps } from './GayaButton.props';
declare type GayaButtonStyleProps = Pick<GayaButtonProps, 'size' | 'showIcon' | 'iconPosition' | 'variant' | 'fullWidth' | 'display' | 'disabled' | 'brand' | 'textTransform' | 'color' | 'mode'>;
declare const styles: (data?: (GayaButtonStyleProps & {
    theme?: Theme | undefined;
}) | undefined) => import("jss").Classes<"label" | "labelContainer" | "gayaButton">;
export default styles;
