import * as selectors from './selectors';
import * as actions from './actions';
/**
 * Store definition for the icons namespace.
 *
 * @type {object}
 */
export declare const store: import("@wordpress/data").StoreDescriptor<import("@wordpress/data").ReduxStoreConfig<unknown, typeof actions, typeof selectors>>;
//# sourceMappingURL=index.d.ts.map