import React from 'react'; declare type TProps = { sx?: React.CSSProperties; isError?: boolean; children?: React.ReactNode; }; export declare const Note: ({ children, sx, isError }: TProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};