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