export declare const TileHeader: import("styled-components").StyledComponent<"h3", any, {
    color?: string;
}, never>;
