export declare function getSelectedRows(data: Record<string, any>[], selectedIds: string[], getRowId?: (row: any) => any, getSubRows?: (originalRow: any) => undefined | Record<string, any>[]): Record<string, any>[];
