import type { PropsWithChildren, ReactNode } from 'react';
interface EmptyListIndicatorProps extends PropsWithChildren {
    icon: ReactNode;
}
export declare const EmptyListIndicator: ({ icon, children, }: EmptyListIndicatorProps) => import("react/jsx-runtime").JSX.Element;
export {};
