///
export declare const RowContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const Row: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const fieldContainer: string;
export declare const rowHandle: string;
export declare const FolderTreeItemWrapper: import("@emotion/styled").StyledComponent & import("react").RefAttributes & {
children?: import("react").ReactNode;
} & {
theme?: import("@emotion/react").Theme | undefined;
} & {
depth?: number | undefined;
collapsed?: boolean | undefined;
}, {}, {}>;