declare const sounds: {
    click: () => void;
    pop: () => void;
    toggle: () => void;
    tick: () => void;
    whoosh: () => void;
    success: () => void;
    confirm: () => void;
    error: () => void;
    warning: () => void;
    hover: () => void;
};

export { sounds };
