export declare const Title: import("styled-components").StyledComponent<"div", any, {
    Active: boolean;
    Size: number;
}, never>;
