/// export declare const getOptionsDropdownWidth: (isFixed: boolean, isDefault: boolean) => 260 | 128 | 81; declare const Dropdown: import("styled-components").StyledComponent<({ cta, shouldShowDropdown, children, className, reversed, onClickAway, timeout, transitionClassnames, onClick, onMouseEnter, onMouseLeave, }: import("@veeqo/ui/dist/components/AnimatedDropdown/types").AnimatedDropdownProps) => import("react").JSX.Element, any, {}, never>; declare const Text: import("styled-components").StyledComponent<"span", any, {} & import("@veeqo/ui/dist/components/Text/types").TextProps, never>; declare const Glyph: import("styled-components").StyledComponent<({ name, size, color, className, ariaLabel, style, onClick, }: import("../../../../common/Glyph/Glyph").GlyphProps) => import("react").JSX.Element, any, {}, never>; declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; declare type ItemPropTypes = { isFixed: boolean; isDefault: boolean; }; declare const Item: import("styled-components").StyledComponent<"div", any, ItemPropTypes, never>; export { Dropdown, Text, Glyph, Container, Item, }; //# sourceMappingURL=styled.d.ts.map