declare function _default({ asideContent, toggleA, toggleB, toggleCondition, toggleCallback }: {
    asideContent: any;
    toggleA: any;
    toggleB: any;
    toggleCondition: any;
    toggleCallback: any;
}): JSX.Element;
export default _default;
