declare const _default: { name: string; props: { title: null; md: null; }; data(): { isPC: boolean; }; mounted(): void; methods: { getIsPc(): boolean; }; }; export default _default;