/// <reference types="react" />
export declare function CssSearch({ value }: {
    value: undefined | string;
}): JSX.Element | null;
