interface Props {
    children: string;
}
export declare function Title({ children: title }: Props): null;
export {};
