/// import "./Test.scss"; export interface ButtonProps { label: string; } declare const Test: (props: ButtonProps) => JSX.Element; export default Test;