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