import * as React from 'react';
import { DrilldownProps } from './types';
export declare class Drilldown extends React.PureComponent<DrilldownProps, any> {
    static defaultProps: Partial<DrilldownProps>;
    onHandlePress: () => void;
    render(): JSX.Element;
}
