///
export declare const StyledDiv: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledSvg: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").SVGProps, {}>;
export declare const StyledCircle: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").SVGProps, {}>;
export declare const StyledSpan: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>;
export declare const StyledAnchor: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>;
export declare const StyledButton: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export declare const StyledLabel: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLLabelElement>, {}>;
export declare const StyledInput: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLInputElement>, {}>;
export declare const StyledH2: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLHeadingElement>, {}>;
export declare const StyledP: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const StyledUl: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledSelect: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLSelectElement>, {}>;
export declare const StyledOption: import("@emotion/styled").CreateStyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLOptionElement>, {}>;
//# sourceMappingURL=elements.d.ts.map