import { Option } from '../';
export declare const formatPlaceholderMulti: (options: Option[], optionsText: string | null) => string;
