export declare const ItemWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; interface DiscProps { color: string; } export declare const Disc: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & DiscProps, import("react").DetailedHTMLProps, HTMLElement>, {}>; export declare const Value: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLElement>, {}>; export declare const ValueWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const Label: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};