/// import { Props } from './types'; import './styles.scss'; export declare const Button: (props: Props) => JSX.Element;