/// <reference types="react" />
export interface IconPreviewProps {
    color: string;
}
declare const IconPreview: import("react").NamedExoticComponent<IconPreviewProps>;
export default IconPreview;
