export declare const Overlay: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
interface SubtitleTextWrapperProps {
    scale: number;
    fontFamily: string;
    textColor: string;
    y: number;
    origin: 'top' | 'bottom';
}
export declare const SubtitleTextWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, SubtitleTextWrapperProps, never>;
export declare const Text: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
interface TextBackgroundProps {
    color: string;
    scale: number;
}
export declare const TextBackground: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TextBackgroundProps, never>;
interface TextFillContainerProps {
    scale: number;
    opaque: boolean;
}
export declare const TextFillContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TextFillContainerProps, never>;
interface TextFillProps {
    color: string;
    scale: number;
}
export declare const TextFill: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, TextFillProps, never>;
interface TextBorderContainerProps {
    scale: number;
}
export declare const TextBorderContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TextBorderContainerProps, never>;
interface TextBorderProps {
    color: string;
    scale: number;
    filterUrl: string;
}
export declare const TextBorder: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, TextBorderProps, never>;
export {};
