import type { Theme } from './ThemeProvider';
declare const getDirectionStyles: (theme: Theme, direction: "ne" | "e" | "se" | "s" | "sw" | "w") => string;
export default getDirectionStyles;
//# sourceMappingURL=DropdownStyles.d.ts.map