import { type PicobelProps } from "./Picobel"; declare const PicobelWrapper: (props: PicobelProps) => any; export default PicobelWrapper;