import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; import type { OmitAndMerge } from '../../utils/types'; import type { ButtonProps } from '../button'; export type PopoverButtonProps = HeadlessPropsWithRef>>; export declare function PopoverButton(props: PopoverButtonProps): JSX.Element; //# sourceMappingURL=PopoverButton.d.ts.map