export declare const fig: {
    arrowUp: string;
    arrowDown: string;
    arrowLeft: string;
    arrowRight: string;
    radioOn: string;
    radioOff: string;
    tick: string;
    cross: string;
    ellipsis: string;
    pointerSmall: string;
    line: string;
    pointer: string;
};
