/// import { DefaultComponentProps } from './types'; export declare const DefaultComponent: (props: DefaultComponentProps) => JSX.Element;