import { BlockiesOptions } from './types';
export declare function render(providedOpts: Partial<BlockiesOptions>, canvas: HTMLCanvasElement): HTMLCanvasElement;
export declare function create(opts: Partial<BlockiesOptions>): HTMLCanvasElement;
export * from './types';
export * from './utils';
export * from './constants';
declare const _default: {
    create: typeof create;
    render: typeof render;
};
export default _default;
//# sourceMappingURL=index.d.ts.map