/// declare type ComponentProps = { type: string; }; export default function Button(props: ComponentProps): JSX.Element; export {};