import { Text } from 'react-native'; import type { ZestUIComponentProps } from '../../types'; /** * A paragraph with additional information about the popover. * Renders a ``. */ export declare function PopoverDescription(componentProps: PopoverDescription.Props): import("react").ReactElement>; export interface PopoverDescriptionProps extends ZestUIComponentProps { } export interface PopoverDescriptionState { } export declare namespace PopoverDescription { type Props = PopoverDescriptionProps; type State = PopoverDescriptionState; } //# sourceMappingURL=PopoverDescription.d.ts.map