import { IconName, IconSize } from '@linzjs/lui/dist/components/LuiIcon/LuiIcon';
import { ReactElement } from 'react';
export declare const GridIcon: (props: {
    icon: IconName;
    title: string;
    size?: IconSize;
    disabled?: boolean;
    className?: string;
}) => ReactElement;
