import { crossorigin as validatorCrossorigin } from '../../utils/validators.js'; import Source from '#booster/components/BoosterImage/classes/Source'; import type { CrossOrigin } from '../../../module.js'; declare const _default: { source: { type: (ObjectConstructor | typeof Source)[]; default: null; }; title: { type: StringConstructor; required: boolean; }; alt: { type: StringConstructor; default: null; }; crossorigin: { type: (BooleanConstructor | StringConstructor)[]; default(): CrossOrigin; validator: typeof validatorCrossorigin; }; }; export default _default;