import type { IKeytipStyleProps, IKeytipStyles } from './Keytip.types'; import type { ICalloutContentStyleProps, ICalloutContentStyles } from '../../Callout'; import type { IStyleFunction, Point } from '../../Utilities'; export declare const getStyles: (props: IKeytipStyleProps) => IKeytipStyles; export declare const getCalloutStyles: (props: ICalloutContentStyleProps) => ICalloutContentStyles; export declare const getCalloutOffsetStyles: (offset: Point) => IStyleFunction;