import * as React from 'react';
import type { HTMLAttributesWithRootRef } from '../../types';
export type DivProps = HTMLAttributesWithRootRef<HTMLDivElement>;
/**
 * @see https://vkui.io/components/div
 *
 * @deprecated Since 7.9.0. Будет удалено в **VKUI v9**.
 * Используйте компонент `Box`.
 */
export declare const Div: (props: DivProps) => React.ReactNode;
//# sourceMappingURL=Div.d.ts.map