/**
 * Styles used by prompts
 */
export declare const promptStyles: {
    danger: (value: string) => string;
    submitted: (value: string) => string;
};
/**
 * Prompt prefix
 */
export declare const promptPrefix: string;
/**
 * Highlight style used by prompt
 */
export declare const promptHiglight: (value: string) => string;
