type SelectionLabelProps = { selectedCount: number; totalCount?: number; hasSelection: boolean; className?: string; placement?: 'inline' | 'headline'; }; export declare function SelectionLabel({ selectedCount, totalCount, hasSelection, className, placement, }: SelectionLabelProps): import("react/jsx-runtime").JSX.Element; export {};