import { RecipeVariants } from '@vanilla-extract/recipes'; export declare const trimmed: { margin: number; padding: number; }; export declare const borderReset: string; export declare const container: string; /** controls the list html tag names to reset and maps them to the reset style */ export declare const elementReset: { div: string; p: string; h1: string[]; h2: string[]; h3: string[]; h4: string[]; h5: string[]; h6: string[]; span: string; label: string; article: string; aside: string; details: string; figcaption: string; figure: string; footer: string; header: string; hgroup: string; menu: string; nav: string; section: string; ul: string; ol: string; li: string; button: string[]; select: string[]; input: string[]; textarea: string[]; fieldset: string[]; a: string; table: string[]; thead: string[]; tbody: string[]; tfoot: string[]; td: string[]; th: string[]; tr: string[]; }; export type ResetTagNames = keyof typeof elementReset; export declare const resetVariants: import("@vanilla-extract/recipes").RuntimeFn<{ as: { div: string; p: string; h1: string[]; h2: string[]; h3: string[]; h4: string[]; h5: string[]; h6: string[]; span: string; label: string; article: string; aside: string; details: string; figcaption: string; figure: string; footer: string; header: string; hgroup: string; menu: string; nav: string; section: string; ul: string; ol: string; li: string; button: string[]; select: string[]; input: string[]; textarea: string[]; fieldset: string[]; a: string; table: string[]; thead: string[]; tbody: string[]; tfoot: string[]; td: string[]; th: string[]; tr: string[]; }; hasBorder: { true: string; }; }>; export type ResetVariantProps = NonNullable>; //# sourceMappingURL=elementReset.css.d.ts.map