import { IconInterface } from '../parameters'; export declare const EmptyStateIcon: ({ size, color, ...props }: IconInterface) => import("react/jsx-runtime").JSX.Element; export type { IconInterface }; export default EmptyStateIcon;