/** * @barba/core/schemas * * ## Schemas description. * * @module core/schemas * @preferred */ /***/ import { ISchemaAttribute } from '../defs'; /** * See [[ISchemaAttribute]] */ export declare const schemaAttribute: ISchemaAttribute;