///
export declare const EditorContentEditable: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<(Omit & {
'aria-placeholder'?: void | undefined;
placeholder?: null | undefined;
} & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}) | (Omit & {
'aria-placeholder': string;
placeholder: ((isEditable: boolean) => import("react").JSX.Element | null) | import("react").JSX.Element;
} & import("react").RefAttributes, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}), {
$rows: number;
$singleLine: boolean;
$emphasis?: "bold" | "highlight" | undefined;
}>> & Omit>, keyof import("react").Component>;