/// import { box, flex } from '../../utility/box'; type WrapperPropsType = typeof flex.props & typeof box.props & { open: boolean; disabled?: boolean; }; export declare const INNER_OFFSET = 6; export declare const bodyFont = "Source Sans Pro,sans-serif"; interface PlaceholderProps { disabled?: boolean; } declare const StyledPlaceholder: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, PlaceholderProps>>; declare const StyledWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, WrapperPropsType>>; declare const StyledCaret: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { inner?: boolean | undefined; }>>; interface SelectionProps { disabled?: boolean; } declare const StyledSelection: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, SelectionProps>>; export { StyledWrapper, StyledPlaceholder, StyledSelection, StyledCaret };