/// import { ExemplePropsType } from "./interface"; declare const Exemple: (props: ExemplePropsType) => JSX.Element; export default Exemple;