import type React from "react"; import type { Gap } from "./type"; export declare function useGap(gap?: Gap): React.CSSProperties; export declare function usePaddingGap(gap?: Gap): React.CSSProperties;