import { SVGProps } from 'react'; declare const Pearl: (props: SVGProps) => JSX.Element; export { Pearl as default };