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