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