import { Component } from 'react';
/**
 * @slot {"name": "", "description": "Default slot to render the content." }
 *
 * @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead.
 */
export declare class DSRGridItem extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
