import type { ButtonType } from '../../types'; import type { ThemeColors, ThemeType } from '../../../../constants'; interface LinkButtonStylesProps { buttonColor: ThemeColors; buttonType: ButtonType; disabled: boolean; isFullWidth?: boolean; isLoading?: boolean; textColor?: ThemeColors; theme: ThemeType; } declare const _default: { linkButtonStyles: ({ buttonColor, buttonType, disabled, isFullWidth, isLoading, textColor, theme, }: LinkButtonStylesProps) => import("@emotion/react").SerializedStyles; }; export default _default; //# sourceMappingURL=style.d.ts.map