/// import { BoxProps } from '../Box'; export declare type LocalTemplateProps = {}; export declare type TemplateProps = BoxProps & LocalTemplateProps; export declare const Template: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };