export declare const CodeAreaDefault: import("react").FunctionComponent & { children?: string; language?: string; showLineNumbers?: boolean; contentOuter?: import("react").ReactNode; contentHeader?: import("react").ReactNode; contentAction?: import("react").ReactNode; hasDivider?: boolean; size?: string; view?: string; } & Omit, "children"> & import("react").RefAttributes>; export declare const CodeAreaHasWrapper: import("react").FunctionComponent & { children?: string; language?: string; showLineNumbers?: boolean; contentOuter?: import("react").ReactNode; contentHeader?: import("react").ReactNode; contentAction?: import("react").ReactNode; hasDivider?: boolean; size?: string; view?: string; } & Omit, "children"> & import("react").RefAttributes>; export declare const CodeArea: import("react").ForwardRefExoticComponent<((Omit & { children?: string; language?: string; showLineNumbers?: boolean; contentOuter?: import("react").ReactNode; contentHeader?: import("react").ReactNode; contentAction?: import("react").ReactNode; hasDivider?: boolean; size?: string; view?: string; } & Omit, "children"> & import("react").RefAttributes, "ref">, "appearance"> & { appearance?: "default"; }) | (Omit & { children?: string; language?: string; showLineNumbers?: boolean; contentOuter?: import("react").ReactNode; contentHeader?: import("react").ReactNode; contentAction?: import("react").ReactNode; hasDivider?: boolean; size?: string; view?: string; } & Omit, "children"> & import("react").RefAttributes, "ref">, "appearance"> & { appearance: "hasWrapper"; })) & import("react").RefAttributes>; //# sourceMappingURL=CodeArea.d.ts.map