import { CompositionComponent as CC } from '../runtime'; import { PackMark } from '../spec'; export type PackOptions = Omit<PackMark, 'type'>; export declare const Pack: CC<PackOptions>;