import type { FC } from 'react'; export interface SelectionAllProps { 'data-testid'?: string; 'aria-label'?: string; } export declare const SelectionAll: FC;