/// export * from './types'; export declare const MyComponent: (props: { text?: string; }) => JSX.Element;