import { default as React } from 'react'; export declare function useContextualStyle(): React.CSSProperties; export type StyleProps = React.CSSProperties & { children: React.ReactNode; }; export declare function Style(props: StyleProps): import("react/jsx-runtime").JSX.Element; export declare namespace Style { var Reset: ({ children, }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element; }