import { LgIdString } from '@leafygreen-ui/lib'; export declare const DEFAULT_LGID_ROOT = "lg-table"; export declare const getLgIds: (root?: LgIdString) => { readonly root: `lg-${string}`; readonly cell: `lg-${string}-cell`; readonly row: `lg-${string}-row`; readonly headerRow: `lg-${string}-header_row`; readonly headerCell: `lg-${string}-header_cell`; readonly header: `lg-${string}-header`; readonly selectAllCheckbox: `lg-${string}-select_all`; readonly checkbox: `lg-${string}-checkbox`; readonly sortIcon: `lg-${string}-sort_button`; readonly expandButton: `lg-${string}-expand_button`; }; export type GetLgIdsReturnType = ReturnType; //# sourceMappingURL=getLgIds.d.ts.map