import React from "react"; export declare const Spin: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; interface Spin2Props { loading?: boolean; time?: string | number; infinite?: boolean; } export declare const Spin2: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Spin2Props>> & string; export declare const ReloadSpin: ({ width, height, fill }: { width?: string; height?: string; fill?: string; }) => React.JSX.Element; export declare const IconImg: React.JSX.Element; export declare const IconButton: React.JSX.Element; export declare const IconVideo: React.JSX.Element; export declare const IconText: React.JSX.Element; export declare const IconLink: React.JSX.Element; export declare const IconInput: React.JSX.Element; export declare const IconInputPwd: React.JSX.Element; export declare const IconInputNum: React.JSX.Element; export declare const IconDateTime: React.JSX.Element; export declare const IconInputTextarea: React.JSX.Element; export declare const IconColor: React.JSX.Element; export declare const IconSwitch: React.JSX.Element; export declare const IconRadio: React.JSX.Element; export declare const IconCheck: React.JSX.Element; export declare const IconSelect: React.JSX.Element; export declare const IconTag: React.JSX.Element; export declare const IconUpload: React.JSX.Element; export declare const IconTable: React.JSX.Element; export declare const IconIframe: React.JSX.Element; export declare const IconScreen: React.JSX.Element; export declare const IconMark: React.JSX.Element; export declare const Play: ({ width, height }: { width?: string; height?: string; }) => React.JSX.Element; export declare const Pause: ({ width, height }: { width?: string; height?: string; }) => React.JSX.Element; export declare const Clear: (props: any) => React.JSX.Element; export declare const Screenshot: (props: any) => React.JSX.Element; export declare const Undo: (props: any) => React.JSX.Element; export declare const Redo: (props: any) => React.JSX.Element; export declare const Copy: (props: any) => React.JSX.Element; export declare const Paste: (props: any) => React.JSX.Element; export {};