///
export declare const DescText: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const FieldText: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const TypeText: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
isScalar?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLParagraphElement>, {}>;
export declare const Title: import("@emotion/styled").StyledComponent;
export declare const DescWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
isSvgVisible: boolean;
readonly?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;