import type { CustomComponentObject } from './types'; declare const customComponent: CustomComponentObject; export default customComponent;