import { sticky } from '@synnaxlabs/x'; import { ReactElement } from 'react'; import { Flex } from '../../flex'; import { OptionalControl } from '../../input/types'; export interface ContainerProps extends Omit, Partial> { dragEnabled?: boolean; initial?: sticky.XY; } export declare const Container: import('react').MemoExoticComponent<({ className, value, onChange, style, draggable, initial, ...rest }: ContainerProps) => ReactElement | null>; //# sourceMappingURL=Container.d.ts.map