import * as react_jsx_runtime from 'react/jsx-runtime'; import { ComponentProps } from 'react'; type StudProps = ComponentProps<'div'>; declare function Stud(props: StudProps): react_jsx_runtime.JSX.Element; export { Stud, type StudProps };