import * as React from "react"; import type { AccountChipProp } from "../../props/components/layout.prop.js"; export type { AccountChipProp, AccountChipProp as AccountChipProps, } from "../../props/components/layout.prop.js"; /** * Signed-in user for a PageContainer `extra` slot, a Topbar or a footer row: avatar, name and one * ghost action, all at the control tier height, so it sits level with the buttons beside it. */ export declare const AccountChip: React.ForwardRefExoticComponent>;