import { AvatarFx, AvatarFxProps } from '../core/AvatarFx'; import * as React from "react"; export interface ReactAvatarFxProps extends AvatarFxProps { children?: React.ReactNode; className?: string; id?: string; } export declare const ReactAvatarFx: import('@lit/react').ReactWebComponent; export type { AvatarFxProps } from '../core/AvatarFx'; export type { FxProps } from '../../../types/fx'; //# sourceMappingURL=ReactAvatarFx.d.ts.map