import type { IconProps } from './icon.props'; export declare const CropSquareOutline: ({ color, size, ref, ...rest }: IconProps) => JSX.Element; export default CropSquareOutline;