import { View, type ImageSourcePropType } from 'react-native'; import { type HStackProps } from '../Stack/HStack'; export interface InsuranceDisclosureProps extends Omit { logoSource: string | ImageSourcePropType; logoAccessibilityLabel: string; label?: string; className?: string; } export declare const InsuranceDisclosure: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map