import { Plugin } from 'rollup'; declare type Options = { include?: string; exclude?: string; }; declare function vueFrag(options?: Options): Plugin; export { vueFrag };