import { SVGProps } from 'react'; type BasmalahProps = SVGProps; declare const Basmalah: import("react").MemoExoticComponent<(props: BasmalahProps) => import("react/jsx-runtime").JSX.Element>; export default Basmalah;