import { VNode } from "@virtualstate/fringe";
export interface AndOptions {
    size?: number;
    self?: boolean;
}
export declare function And({ size, self }: AndOptions, state: VNode): AsyncGenerator<any, any, unknown>;
//# sourceMappingURL=and.d.ts.map