import React from 'react'; import type { AffixProps } from './type'; declare const Affixes: React.FC; export default Affixes; export { default as Camera, type CameraProps } from './Camera'; export { default as Gallery, type GalleryProps } from './Gallery'; export { default as FileSelector, type FileSelectorProps } from './File';