export declare const useShouldShowGrid: () => { shouldShowGrid: () => boolean; shapes: [("dot" | undefined)?, ("rect" | undefined)?, ("line" | undefined)?, ("bar" | undefined)?, ("area" | undefined)?]; };