import { SerializedStyles } from '@emotion/core'; import { RktaTheme, Color } from '../Provider'; declare type Props = { padding: string; ratio: number; size: string; }; export declare const initialStyle: (theme: RktaTheme, { padding, ratio, size }: Props) => SerializedStyles; export declare const color: (theme: RktaTheme, props: { color: Color | string; on?: boolean; }) => SerializedStyles; export {}; //# sourceMappingURL=Switch.styles.d.ts.map