import { RandpixColorScheme } from './themes';
import { Color, ColorScheme, RandpixOptions, RandpixResult, Symmetry } from './types';
export { RandpixColorScheme, Color, ColorScheme, Symmetry };
export declare const randpix: (options?: RandpixOptions | undefined) => () => RandpixResult;