import { Theme } from './ThemeProvider';
declare const getDirectionStyles: (theme: Theme, direction: 'ne' | 'e' | 'se' | 's' | 'sw' | 'w') => string;
export default getDirectionStyles;
