import type { ReactNativeStyleSheet } from '../types'

export const useCSS = <T>(_stylesheet: ReactNativeStyleSheet<T>): void => {}
