/**
 * Created by anth on 21.05.2017.
 */
import Blueprint, { BlueprintOptions } from './index';
declare const _default: (str: string, opt?: BlueprintOptions) => Blueprint[];
export default _default;
