import { type TextStyle } from "react-native"; export declare const useHeadingStyle: (h1?: boolean, h2?: boolean, h3?: boolean, h4?: boolean, firstChild?: boolean) => TextStyle; //# sourceMappingURL=heading.d.ts.map