/// declare type SpacePreviewIconProps = { width?: number; height?: number; color?: string; }; export declare const SpacePreviewIcon: ({ width, height, color, }: SpacePreviewIconProps) => JSX.Element; export {};