import type { IToggleStyleProps, IToggleStyles } from './Toggle.types'; export declare const getStyles: (props: IToggleStyleProps) => IToggleStyles;