import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Register: React.MemoExoticComponent>; declare type RegisterRef = PathIconRef; declare type RegisterProps = PathIconProps; export { Register }; export type { RegisterRef, RegisterProps }; export default Register;