import { DaeProps } from '../file_views'; import { LoaderContainerProps } from './loaderContainerProps'; export declare function Dae({ _key, src, text, buff, hide, encoding, onLoad, ...rest }: LoaderContainerProps): import("react/jsx-runtime").JSX.Element;