declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<{
    children?: import("react").ReactNode;
    className?: string | undefined;
}, never> & Partial<Pick<{
    children?: import("react").ReactNode;
    className?: string | undefined;
}, never>>> & string & Omit<({ children, className }: {
    children?: import("react").ReactNode;
    className?: string | undefined;
}) => React.ReactNode, keyof import("react").Component<any, {}, any>>;
export default Title;
