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