import { IEasyPagesWPProps } from "../../easy-pages/interfaces/epTypes";
import { IEasyIconGroups } from "./eiTypes";
export interface IEasyPagesIconsWPProps extends IEasyPagesWPProps, IEasyIconsWPProps {
}
export interface IEasyIconsWPProps {
    easyIconEnable: boolean;
    easyIconKeys: string;
    easyIconIgnore: string;
    easyIconPriorityProps: string;
}
export declare const changeEasyIcons: string[];
/**
 * Minimum interface into React Component needed to use this feature
 */
export interface IEasyIconProps {
    enable: boolean;
    Keys: IEasyIconGroups[];
    Ignore: string[];
}
//# sourceMappingURL=IEasyIconsWPProps.d.ts.map