import { SketchConfig, SketchyParams } from './types';
import { Vec2 } from './types/common';
export declare const createCanvas: (el: HTMLElement, dimensions?: Vec2) => HTMLCanvasElement;
export declare const createParams: (config: SketchConfig) => SketchyParams;
