import { ExtractPropTypes } from "vue"; declare type RemoveReadonly = { -readonly [key in keyof T]: T[key]; }; export declare type ExtractPublicPropTypes = Partial>>; export {};