import { IProfileProps } from './interfaces.js';
export declare function Profile({ image, name, status, tag, tags }: IProfileProps): import("react/jsx-runtime").JSX.Element;
