import React from 'react';
type ColorProps = {
    color: string;
};
declare const TrashIcon: () => React.JSX.Element;
export default TrashIcon;
export declare const LinearIcon: ({ color }: ColorProps) => React.JSX.Element;
export declare const RadialIcon: ({ color }: ColorProps) => React.JSX.Element;
export declare const SlidersIcon: ({ color }: ColorProps) => React.JSX.Element;
export declare const InputsIcon: ({ color }: ColorProps) => React.JSX.Element;
export declare const PaletteIcon: ({ color }: ColorProps) => React.JSX.Element;
export declare const DegreesIcon: ({ color }: {
    color?: string;
}) => React.JSX.Element;
export declare const StopIcon: () => React.JSX.Element;
