import { LabelDirectionsType } from "../types"; /** * Below values relate to direction property of the */ declare const LABEL_DIRECTIONS: LabelDirectionsType; export default LABEL_DIRECTIONS;