import * as React from 'react';
import type { HTMLAttributesWithRootRef } from '../../types';
export interface InfoRowProps extends HTMLAttributesWithRootRef<HTMLDivElement> {
    /**
     * Элемент, отображаемый над содержимым.
     */
    header: React.ReactNode;
}
/**
 * @see https://vkui.io/components/info-row
 */
export declare const InfoRow: ({ header, children, className, ...restProps }: InfoRowProps) => React.ReactNode;
//# sourceMappingURL=InfoRow.d.ts.map