type Props = {
    container: HTMLDivElement;
};
export declare class TransferExpired {
    container: HTMLDivElement;
    constructor(props: Props);
    attachListeners(): void;
    renderComponent(): void;
    render(): string;
}
export {};
