import { CSSObject, FlattenSimpleInterpolation } from 'styled-components'; import { ITheme, AllType } from '@xcritical/theme'; import { IBlanketTheme, IBlanketProps } from './interfaces'; export declare const blanketTheme: (theme: ITheme, propertyPath?: string | string[] | undefined) => AllType; export declare const getBlanketThemeStylesByProperty: ({ theme }: ITheme) => (propertyPath: string[]) => CSSObject; export declare const getBaseStyle: ({ theme, }: IBlanketProps) => FlattenSimpleInterpolation;