interface Props {
    children: string;
}
export declare function Title({ children: title }: Props): null;
export {};
//# sourceMappingURL=Title.d.ts.map