// @flow export type GetDirectionSpacingTemplate = (direction: ?string) => string | boolean; declare export default GetDirectionSpacingTemplate;