import type { RendererProps } from 'jamis-core';
import React from 'react';
export declare class Placeholder extends React.Component<RendererProps> {
    componentDidMount(): void;
    render(): null;
}
