/**
 * CSS file selection prompt for Interactive CLI
 *
 * @module
 */
import { OutputFormat } from '../types';
/**
 * Prompt user to select a CSS file if HTML or PDF formats are selected
 */
export declare function selectCssFile(outputFormats: OutputFormat): Promise<string | undefined>;
//# sourceMappingURL=css-selector.d.ts.map