import * as common from '../../preset';
declare const makePreset: (framework: string) => typeof common;
export default makePreset;
