import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { FloatingAreaProps } from './FloatingArea.type'; export declare const initialStyle: SerializedStyles; export declare const animate: (theme: RktaTheme, props: FloatingAreaProps) => SerializedStyles; export declare const blockLevel: (theme: RktaTheme, { align, offset, producer }: FloatingAreaProps) => SerializedStyles; export declare const visible: SerializedStyles; //# sourceMappingURL=FloatingArea.styles.d.ts.map