export default IconLayoutGrid2;
declare function IconLayoutGrid2({ size, color, strokeWidth, ...props }: {
    [x: string]: any;
    size?: number | undefined;
    color?: string | undefined;
    strokeWidth?: number | undefined;
}): import("react/jsx-runtime").JSX.Element;
