import { WithStyle } from '@medly-components/utils'; import { ButtonProps } from './types'; import type { FC } from 'react'; export declare const Button: FC & WithStyle;