/** * Style preprocessor type. */ export declare type StylePreprocessor = 'scss' | 'sass' | 'less' | 'stylus' | 'none';