export declare function guid(prefix?: string): string;
export default function useGuid(prefix?: string): string;
