import { WebComp } from "../web-comp.js";
export declare class TodoRow extends WebComp {
    constructor();
    readonly html: string;
    readonly css: string;
}
