export default function (props: {
    id: string | null | undefined;
}): import("vue").ComputedRef<string>;
