import type React from 'react'; import type { Nullable, UnistylesValues } from '../../types'; type Styles = readonly [ { hash: string; }, Array ]; export declare const createUnistylesRef: (styles?: Styles, forwardedRef?: React.ForwardedRef) => ((ref: Nullable) => void) | undefined; export {}; //# sourceMappingURL=createUnistylesRef.d.ts.map