import { DefaultProps } from '../theme'; export interface AnchorProps extends DefaultProps { /** Placement of the BadgeAnchor */ placement?: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight'; /** Offset of the badge element */ offset?: number[]; } export declare const BadgeAnchor: import("../utils/types").ComponentWithAs<"div", AnchorProps>; //# sourceMappingURL=BadgeAnchor.d.ts.map