import type { SideBarDef } from 'ag-grid-community';
export declare function parseSideBarDef(toParse: SideBarDef | string | string[] | boolean | null | undefined): SideBarDef | undefined;
