import ProfilePhotoProps from './type'; declare const ProfilePhoto: { ({ ...props }: ProfilePhotoProps): import("react/jsx-runtime").JSX.Element; defaultProps: { size: number; }; }; export default ProfilePhoto; //# sourceMappingURL=index.d.ts.map