import IElement from "@web-atoms/web-controls/dist/basic/IElement"; export interface IButtonOptions extends IElement { text?: string; icon?: string; } export declare const IconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const AddIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const AddIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const ArchiveIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const ArchiveIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const CopyIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const CopyIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const SetupFolderIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const SetupFolderTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const DeleteIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const DeleteIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const EmailIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const EmailIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const SaveIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const SaveIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const EditIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const EditIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const UploadIconButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; export declare const UploadIconTextButton: ({ text, icon, layout, ...a }: IButtonOptions) => any; //# sourceMappingURL=IconButton.d.ts.map