import { UpdateDependencies } from '@po-ui/ng-schematics/package-config'; import { ReplaceChanges } from '@po-ui/ng-schematics/replace'; export declare const regexPoButton: RegExp; export declare const regexPoSecondary: RegExp; export declare const regexPoTertiary: RegExp; export declare const regexPoDanger: RegExp; export declare const updateDepedenciesVersion: UpdateDependencies; export declare const poButtonReplaces: Array; export declare const poButtonReplacesSecondary: Array; export declare const poButtonReplacesTertiary: Array; export declare const poButtonReplacesDanger: Array;