import * as React from 'react'; import { Props as LargeIconMessageProps } from './LargeIconMessage'; type Props = { IconComponent: LargeIconMessageProps['IconComponent']; title: string; gutterBottom?: boolean; children?: React.ReactNode; }; export declare function NoResourcesYet({ title, children, IconComponent, gutterBottom, }: Props): import("react/jsx-runtime").JSX.Element; declare const _default: React.NamedExoticComponent; export default _default;