import * as React from 'react';
import type { HasRef, HasRootRef } from '../../../../types';
interface ActionSheetItemCheckedProps extends React.InputHTMLAttributes<HTMLInputElement>, HasRootRef<HTMLDivElement>, HasRef<HTMLInputElement> {
    /**
     * Иконка для `checked` режима.
     */
    children?: React.ReactNode;
}
export declare const Radio: ({ children, getRootRef, getRef, className, style, ...restProps }: ActionSheetItemCheckedProps) => React.ReactNode;
export {};
//# sourceMappingURL=Radio.d.ts.map