import type { FC, PropsWithChildren } from 'react';
export declare type CollapseProps = PropsWithChildren<{
    expanded: boolean;
    id: string;
}>;
export declare const Collapse: FC<CollapseProps>;
//# sourceMappingURL=Collapse.d.ts.map