import * as exampleData from '@fluentui/example-data'; /** @deprecated Use `IExampleItem` from `@fluentui/example-data` instead */ export type IExampleItem = exampleData.IExampleItem; /** @deprecated Use `createListItems` from `@fluentui/example-data` instead */ export declare const createListItems: typeof exampleData.createListItems; /** @deprecated Use `createGroups` from `@fluentui/example-data` instead */ export declare const createGroups: typeof exampleData.createGroups; /** @deprecated Use `lorem` from `@fluentui/example-data` instead */ export declare const lorem: typeof exampleData.lorem; /** @deprecated Use `isGroupable` from `@fluentui/example-data` instead */ export declare const isGroupable: typeof exampleData.isGroupable;