/** DOM-free replacement for `@mantine/hooks` `randomId`: a prefixed random string. */ export declare const randomId: (prefix?: string) => string;