import React from 'react'; import type { RootProps } from '../../engines'; import type { EditableProps, TypographyVariants } from './Editable.types'; export declare const editableRoot: (typographyVariants: TypographyVariants) => (Root: RootProps, "textComponent">>) => React.ForwardRefExoticComponent & React.RefAttributes>; export declare const editableConfig: (typographyVariants: TypographyVariants) => { name: string; tag: string; layout: (Root: RootProps, "textComponent">>) => React.ForwardRefExoticComponent & React.RefAttributes>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=Editable.d.ts.map