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