/// <reference types="react" />
export declare const EditableEdit: import("styled-components").StyledComponent<(props: import("slate-react/dist/components/editable").EditableProps) => JSX.Element, any, {
    headerColor?: string;
    evenColor?: string;
    oddColor?: string;
    columnWidth?: any[];
}, never>;
export declare const EditableReadOnly: import("styled-components").StyledComponent<(props: import("slate-react/dist/components/editable").EditableProps) => JSX.Element, any, {
    headerColor?: string;
    evenColor?: string;
    oddColor?: string;
    columnWidth?: any[];
}, never>;
declare const _default: {
    EditableEdit: import("styled-components").StyledComponent<(props: import("slate-react/dist/components/editable").EditableProps) => JSX.Element, any, {
        headerColor?: string;
        evenColor?: string;
        oddColor?: string;
        columnWidth?: any[];
    }, never>;
    EditableReadOnly: import("styled-components").StyledComponent<(props: import("slate-react/dist/components/editable").EditableProps) => JSX.Element, any, {
        headerColor?: string;
        evenColor?: string;
        oddColor?: string;
        columnWidth?: any[];
    }, never>;
};
export default _default;
//# sourceMappingURL=StyledEditable.d.ts.map