import { OnyxProps } from './interfaces';
declare function Onyx(props: OnyxProps): import("react/jsx-runtime").JSX.Element;
export default Onyx;
