import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { InputBaseProps } from './InputBase.type'; export declare const initialStyle: (theme: RktaTheme) => SerializedStyles; export declare const active: SerializedStyles; export declare const maxRows: (theme: RktaTheme, { maxRows: max }: InputBaseProps) => SerializedStyles; export declare const multiline: (theme: RktaTheme, props: { active: boolean; }) => SerializedStyles; //# sourceMappingURL=InputBase.styles.d.ts.map