import { type ComponentProps, type FC, type PropsWithChildren } from 'react'; type Props = PropsWithChildren>; export declare const DefinitionList: FC; export {};