/// <reference types="react" />
import { WordArtSize, WordArtStyle, WordArtVariant } from './WordArt';
export declare const WordArt: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme | undefined;
    as?: import("react").ElementType<any> | undefined;
} & {
    $variant: WordArtVariant;
    $size: WordArtSize;
    $artStyle: WordArtStyle;
    $rotation: number;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
