import * as React from 'react'; type Props = { text: string; }; export declare const Title: ({ text }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=title.d.ts.map