import { Style } from '../types';
export declare const owlY: ({ space }: {
    space: string;
}) => Style;
export declare const owlX: ({ space }: {
    space: string;
}) => Style;
