import { Text } from 'react-native'; import type { ZestUIComponentProps } from '../../types'; /** * A heading that labels the popover. * Renders a `` with a heading role. */ export declare function PopoverTitle(componentProps: PopoverTitle.Props): import("react").ReactElement>; export interface PopoverTitleProps extends ZestUIComponentProps { } export interface PopoverTitleState { } export declare namespace PopoverTitle { type Props = PopoverTitleProps; type State = PopoverTitleState; } //# sourceMappingURL=PopoverTitle.d.ts.map