/// import * as uuiComponents from '@epam/uui-components'; interface DropdownContainerMods { /** * Defines vertical padding. */ vPadding?: '6' | '12' | '18' | '24' | '30' | '48'; /** * Defines horizontal padding. */ padding?: '6' | '12' | '18' | '24' | '30'; } /** Represents the properties of a DropdownContainer component. */ export interface DropdownContainerProps extends uuiComponents.DropdownContainerProps, DropdownContainerMods { } export declare const DropdownContainer: import("react").ComponentType>; export {}; //# sourceMappingURL=DropdownContainer.d.ts.map