export declare const useResponsiveDesign: () => {
    windowSize: {
        width: number;
        height: number;
    };
};
