import type { ComponentAsProp, ComponentClassNameProp } from '../types'; import { type ResetVariantProps } from './elementReset.css'; import { type Sprinkles } from './sprinkles.css'; type ResetPropsWithoutAs = Omit; /** * Returns the reset styles based on the `as` prop tag name passed in. * A wrapper around `resetVariants` recipe to allow any string to be passed in */ export declare const resetStyles: (element: unknown, options?: ResetPropsWithoutAs) => string; export interface ElementStylesProps extends ComponentAsProp, ComponentClassNameProp, Sprinkles { } /** * Convenience function that combines element reset styles via `as` props and sprinkles utility styles. * Allows `as` prop that is JSX or other React element to safely be passed in so it does not have to be filtered out. * Includes logic for adding border reset styles when any border props are used. * * @example * @example
string; export {}; //# sourceMappingURL=elementStyles.d.ts.map