export declare const uniqueId: (prefix?: string) => string;
export default uniqueId;
