export declare const FilterRadio: (props: FilterRadioProps) => JSX.Element | null;
interface FilterRadioProps {
    checked: boolean;
}
export {};
