import * as React from 'react';
export interface CommandPaletteInputProps {
    value: React.ReactNode;
}
export declare const CommandPaletteInput: React.FC<CommandPaletteInputProps>;
