import type { TAvatarElement } from './types';
import { type ViewStyle } from 'react-native';
declare const PlayfulElement: ({ style, element, colorProps, }: {
    style: ViewStyle;
    element: TAvatarElement;
    colorProps?: string;
}) => import("react/jsx-runtime").JSX.Element;
export default PlayfulElement;
//# sourceMappingURL=PlayfulElement.d.ts.map