export type SelectionBadgeProps = Omit, "children"> & Readonly<{ variant: "round" | "square"; selected?: boolean; loading?: boolean; invisible?: boolean; className?: string; }> & React.RefAttributes; export declare function SelectionBadge({ className, variant, selected, loading, invisible, ref, ...props }: SelectionBadgeProps): import("react").JSX.Element; export declare namespace SelectionBadge { var displayName: string; } //# sourceMappingURL=SelectionBadge.d.ts.map