export const ICONS: { add: any; analytics: any; bin: any; 'bullet-point': any; 'chevron-left': any; 'chevron-right': any; close: any; edit: any; key: any; list: any; logout: any; publish: any; save: any; see: any; folders: any; upload: any; down: any; pdf: any; back: any; delete: any; loader: { ({ className, theme }: { className: any; theme?: string | undefined; }): JSX.Element; propTypes: { className: import("prop-types").Requireable; theme: import("prop-types").Requireable; }; }; }; //# sourceMappingURL=button-icons.d.ts.map