///
export declare const StyledCheckbox: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const StyledTreeItem: import("@emotion/styled").StyledComponent<{
className?: string | undefined;
prefixId?: string | undefined;
isSelected: boolean;
label: import("react").ReactNode;
note?: import("react").ReactNode;
renderItem?: import("react").FunctionComponent> | undefined;
children?: import("react").ReactNode;
component?: import("react").ElementType | undefined;
level: number;
isDisabled?: boolean | undefined;
disableReason?: string | undefined;
isNotBlockingExpandList?: boolean | undefined;
isDefaultExpanded?: boolean | undefined;
isForceExpanded?: boolean | undefined;
onClick?: ((event: import("react").SyntheticEvent) => void) | undefined;
} & Omit & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const List: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const StyledTooltip: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const PopoverContent: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;