/// import type { StylesData } from '../../styles/style-guide'; export declare const StyledLinks: import("styled-components").StyledComponent<"div", any, { styles: StylesData; }, never>; export declare const TextControlWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const TextControlForm: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const EditorToolbar: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const DTRInputsContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const DTRInputWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const DTRDocsSection: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const TextControlButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ToolbarControlButton: import("styled-components").StyledComponent<"button", any, { active?: boolean | undefined; }, never>; export declare const StyledActiveDTRLeaf: import("styled-components").StyledComponent<"span", any, { active: boolean; showRemove: boolean; }, never>; export declare const TextBlock: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SlateWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const StyledEditable: import("styled-components").StyledComponent<(props: import("slate-react/dist/components/editable").EditableProps) => JSX.Element, any, {}, never>;