/**
 * Credits to: https://github.com/reslear/tailwind-scrollbar-hide/tree/main
 */
declare const _default: {
    /**
     * Scroll Hide
     */
    ".scrollbar-hide": {
        "-ms-overflow-style": string;
        "scrollbar-width": string;
        "&::-webkit-scrollbar": {
            display: string;
        };
    };
    ".scrollbar-default": {
        "-ms-overflow-style": string;
        "scrollbar-width": string;
        "&::-webkit-scrollbar": {
            display: string;
        };
    };
};

export { _default as default };
