type Props = { onClick?: () => void; children: React.ReactNode; }; export declare const VuiScreenBlock: ({ onClick, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};