/// <reference types="react" />
type TProps = {
    onDeleteClick?: () => void;
};
declare function Console(props: TProps): JSX.Element;
export default Console;
//# sourceMappingURL=index.d.ts.map