import { type ComponentPropsWithoutRef } from 'react'; import { Text } from 'react-native'; import { type HeadingVariantProps } from './styles'; export type HeadingProps = HeadingVariantProps & ComponentPropsWithoutRef & { className?: string; }; export declare const Heading: import("react").NamedExoticComponent>; //# sourceMappingURL=index.d.ts.map