import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { DrawerProps } from './Drawer.type'; export declare const align: (theme: RktaTheme, props: DrawerProps) => SerializedStyles; //# sourceMappingURL=Drawer.styles.d.ts.map