declare const refs: {
    mounted(): void;
    beforeDestroy(): void;
};
export { refs };
