/// type Props = { value: string; }; export default function SfDump({ value, ...props }: Props): JSX.Element; export {};