import type { AvatarApiProps } from "./avatar.types.js"; export declare const splitAvatarProps: (props: Props) => [AvatarApiProps, Omit]; //# sourceMappingURL=avatar.props.d.ts.map