import type { Meta, StoryFn } from '@storybook/react'; import type { FileDisplayProps, FileUploadItemProps, FileDisplayListProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface FileDisplayDemoProps { withDisplayText?: boolean; withValue?: boolean; withPreview?: boolean; withDownload?: boolean; compact?: boolean; previewFromActions?: boolean; } export declare const FileDisplayTypes: StoryFn; export declare const FileDisplayDemo: StoryFn; export declare const FileDisplayListDemo: StoryFn & { enableDownloadAll?: boolean; withValue?: boolean; withPreview?: boolean; withDownload?: boolean; }>; interface FileUploadItemDemoProps extends FileDisplayDemoProps { name: FileUploadItemProps['name']; meta?: FileUploadItemProps['meta']; error?: FileUploadItemProps['error']; progress?: FileUploadItemProps['progress']; } export declare const FileUploadItemDemo: StoryFn; //# sourceMappingURL=FileDisplay.stories.d.ts.map