import type { ILayerStyles, ILayerStyleProps } from '../../Layer';
import type { IKeytipLayerStyleProps, IKeytipLayerStyles } from './KeytipLayer.types';
export declare const getLayerStyles: (props: ILayerStyleProps) => ILayerStyles;
export declare const getStyles: (props: IKeytipLayerStyleProps) => IKeytipLayerStyles;
