/// import * as DropdownMenu from '@radix-ui/react-dropdown-menu'; declare const types: { default: import("styled-components").FlattenInterpolation>; info: import("styled-components").FlattenInterpolation>; success: import("styled-components").FlattenInterpolation>; warning: import("styled-components").FlattenInterpolation>; danger: import("styled-components").FlattenInterpolation>; }; export declare type Type = keyof typeof types; declare type ContainerProps = { type: Type; }; export declare const Container: import("styled-components").StyledComponent>, import("styled-components").DefaultTheme, ContainerProps, never>; export {};