import { default as React } from 'react'; import * as AccordionPrimitive from '@radix-ui/react-accordion'; /** ------------------------------------------------------------------------------------------------- * Trigger * -----------------------------------------------------------------------------------------------*/ export type TriggerProps = React.ComponentPropsWithoutRef & { hideIndicator?: boolean; }; export declare const Trigger: React.ForwardRefExoticComponent, "ref"> & { hideIndicator?: boolean; } & React.RefAttributes>;