export type RowProps = { name: string; icon: JSX.Element; content: JSX.Element | undefined | string; hideBackground?: boolean; }; export default function QItemPopupRow({ name, icon, content, hideBackground }: RowProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=QItemPopupRow.d.ts.map