import { SyntheticEvent } from 'react'; export declare function Close(): JSX.Element; export declare function Close2({ onClick }: { onClick?: (e?: SyntheticEvent) => void; }): JSX.Element; export declare function Copy(): JSX.Element; export declare function Delete(): JSX.Element; export declare function Add(): JSX.Element; export declare function Restore(): JSX.Element; export declare function Measure(): JSX.Element; export declare function Edit(): JSX.Element; export declare function ToGround(): JSX.Element; export declare function MoveTo(): JSX.Element; export declare function Export(): JSX.Element; export declare function Star(): JSX.Element; export declare function Move({ width, height, onClick, id, fill }: any): JSX.Element; export declare function Rotate({ width, height, onClick }: any): JSX.Element; export declare function Scale({ width, height, onClick }: any): JSX.Element; export declare function Material(): JSX.Element; export declare function Lightning(): JSX.Element; export declare function AgainstArrows(): JSX.Element; export declare function Trash(): JSX.Element; export declare function Edit2(): JSX.Element; export declare function Cancel(): JSX.Element; export declare function Refresh(): JSX.Element; export declare function Info(): JSX.Element;