///
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const Details: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
$isOtherFile: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledFileInfo: import("@emotion/styled").StyledComponent<{
className?: string | undefined;
fileName: string;
fileSize?: number | undefined;
} & {
theme?: import("@emotion/react").Theme | undefined;
} & {
$isOtherFile: boolean;
}, {}, {}>;
export declare const Actions: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;