import { type CollapsibleProps } from "../Collapsible"; export type ExpertAdviceCollapsibleProps = Omit; /** * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible Guidance} | * {@link https://cultureamp.design/?path=/docs/components-collapsible--docs Storybook} */ export declare const ExpertAdviceCollapsible: { (props: ExpertAdviceCollapsibleProps): JSX.Element; displayName: string; };