export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace factor {
            const type: ObjectConstructor;
        }
        namespace viewport {
            const type_1: ObjectConstructor;
            export { type_1 as type };
        }
        namespace menuToggle {
            const type_2: ObjectConstructor;
            export { type_2 as type };
        }
    }
    function data(): {
        program: undefined;
        context: undefined;
        texture: undefined;
        rampColor: undefined;
        aPositionBuffer: undefined;
        webgl: WebGL;
        etime: undefined;
        right: number;
    };
    const watch: {
        'factor.version': {
            handler(): void;
            deep: boolean;
        };
        'menuToggle.v': {
            handler(): void;
            immediate: boolean;
        };
    };
    namespace methods {
        function handleRender(): void;
        function handleClear(): void;
        function handleSetup(): void;
        function handleDraw(): Promise<void>;
    }
}
import { WebGL } from '../../helper/viewport.ts';
