///
import { type ElementProps } from '../../../../../types/element/elementProps';
export type CollapsibleTriggerProps = React.PropsWithChildren, 'disabled'> & {
asChild?: boolean;
}>;
export declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent, "disabled"> & {
asChild?: boolean | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
//# sourceMappingURL=CollapsibleTrigger.d.ts.map