import { LgIdString } from '@leafygreen-ui/lib'; export declare const DEFAULT_LGID_ROOT = "lg-typography"; export declare const getLgIds: (root?: LgIdString) => { readonly root: `lg-${string}`; readonly label: `lg-${string}-label`; readonly description: `lg-${string}-description`; }; export type GetLgIdsReturnType = ReturnType; //# sourceMappingURL=getLgIds.d.ts.map