import { FC } from 'react';
import { TitleProps } from '../../types';
declare const Title: FC<TitleProps>;
export { Title };
//# sourceMappingURL=Title.d.ts.map