import { Preset } from 'unocss';

declare function autoprefixerPreset(queries?: string[]): Preset;

export { autoprefixerPreset as default };
