interface Props { text: string; } export declare const ExampleComponent: ({ text }: Props) => JSX.Element; export {};