import { CSSObject } from "@emotion/react"; import { Theme } from "@specimen/foundation"; export declare const getOutlineBoxProps: (theme: Theme, light?: boolean) => CSSObject; declare const useOutlineCss: (light?: boolean) => import("@emotion/utils").SerializedStyles; export default useOutlineCss;