import { ComponentType, ReactNode } from 'react';
export declare function PageTableEmptyState(props: {
    icon?: ComponentType;
    title: string;
    description?: string;
    children?: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
