import React from 'react';
interface Props {
    className?: string;
    title?: string;
    description?: string;
}
export declare function PHXEmptySearch({ className, description, title, }: Props): React.JSX.Element;
export {};
