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