/**
 * @module icons
 */
/**
 * Common Icon Options.
 */
export type IconOptions = {
    height: number | string;
    width: number | string;
    fill: string;
    className?: string;
};
export declare function settings({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function help({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function trash({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function checkmark({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function undo({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function close({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function home({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function fullsScreen({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function minimize({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function treeView({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function more({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function collapse({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function arrowLeft({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function fullArrowLeft({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function visible({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function hidden({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function orbit({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function look({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function perspective({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function orthographic({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function camera({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function pan({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function zoom({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function frameRect({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function frameSelection({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function toggleIsolation({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function measure({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function sectionBox({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function sectionBoxClip({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function sectionBoxIgnore({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function sectionBoxReset({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function sectionBoxShrink({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function ghost({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
export declare function ghostDead({ height, width, fill, className }: IconOptions): import("react/jsx-runtime").JSX.Element;
