export declare const componentProps: { readonly options: { readonly type: ObjectConstructor; readonly default: () => {}; readonly custom: true; }; }; export declare const setupComponent: (props: any) => { options: any; methods: {}; };