import { Component } from 'react';
/**
 * @slot {"name": "header", "description": "Renders a header section above the content area." }
 * @slot {"name": "", "description": "Default slot for the img or picture tag." }
 */
export declare class DSRButtonTile extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
