import React, { PropsWithChildren } from 'react'; import { UploaderContainerWrapperProps } from './types'; declare const UploaderContainerWrapper: ({ width, label, optionalText, assistText, ...props }: PropsWithChildren) => React.JSX.Element; export { UploaderContainerWrapper };