declare const Icons: {
    logo: string;
    compass_outer: string;
    compass_inner: string;
    compass_rotation_marker: string;
    decrease: string;
    increase: string;
    refresh: string;
    splitter: string;
};
export default Icons;
