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