declare namespace Style { export { useREM } } export { Style } declare const useREM: (baseWidth?: number) => void; export { }