/// <reference types="react" />
export declare const StyledFileTokenList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("./FileTokenList/FileToken.types").FileTokenListProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onClick"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
    ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
}, never>> & string & Omit<import("react").ForwardRefExoticComponent<import("./FileTokenList/FileToken.types").FileTokenListProps & Omit<import("react").HTMLAttributes<HTMLDivElement>, "onClick"> & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
export declare const StyledFileSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
