import type { IMXIcon } from './common/icon'; export declare const addChild: IMXIcon; export declare const addFilter: IMXIcon; export declare const addRow: IMXIcon; export declare const arrowDownLeft: IMXIcon; export declare const arrowDownRight: IMXIcon; export declare const arrowUpLeft: IMXIcon; export declare const arrowUpRight: IMXIcon; export declare const jumpDown: IMXIcon; export declare const jumpUp: IMXIcon; export declare const pinLeft: IMXIcon; export declare const pinRight: IMXIcon; export declare const unpinLeft: IMXIcon; export declare const unpinRight: IMXIcon; export declare const content: IMXIcon[];