export declare const table_section: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { selectors: { ".page_body_contents > div:not(:first-child) &": { paddingTop: "0px"; }; }; }; secondary: {}; tertiary: {}; quaternary: {}; }; }>; export declare const table_container: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { apy: { background: `var(--${string})`; padding: "2rem 0"; }; standard: { background: "#ffffff"; }; }; }>; /** Marker classes for TableContainer + SetContainer (styles applied to inner .containment) */ export declare const table_set_apy: string; export declare const table_set_standard: string; export declare const table_container_text: string; export declare const table_headline: string; export declare const highlight_first_row: string; export declare const highlight_last_row: string; export declare const headerCell: string; export declare const headerVariants: Record<"primary" | "secondary" | "tertiary" | "quaternary", string>; export declare const bodyHeader: string; export declare const th: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { color: "#4A5560"; background: `var(--${string})`; borderBottom: `1px solid var(--${string})`; }; secondary: { color: "#4A5560"; background: `var(--${string})`; borderBottom: `1px solid var(--${string})`; }; tertiary: { color: `var(--${string})`; borderBottom: "1px solid #F4F4F4"; selectors: { "&:first-child": { background: `var(--${string})`; }; }; "@media": { "screen and (max-width: 768px)": { selectors: { "&:first-child": { background: `var(--${string})`; }; }; }; }; }; quaternary: { color: "#FFFFFF"; borderBottom: "1px solid #F4F4F4"; selectors: { "&:first-child": { background: `var(--${string})`; }; }; "@media": { "screen and (max-width: 768px)": { selectors: { "&:first-child": { backgroundImage: `var(--${string})`; }; }; }; }; }; }; highlighted: { true: {}; }; }>; export declare const apy_table: string; export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; color: "#4A5560"; borderBottom: string; }; secondary: { background: `var(--${string})`; color: "#4A5560"; borderBottom: string; }; tertiary: { color: `var(--${string})`; borderBottom: string; selectors: { "&:first-child": { background: `var(--${string})`; color: `var(--${string})`; }; }; "@media": { "screen and (max-width: 327px)": { selectors: { "&:first-child": { backgroundImage: `var(--${string})`; }; }; }; }; }; quaternary: { color: `var(--${string})`; borderBottom: string; selectors: { "&:first-child": { background: `var(--${string})`; color: `var(--${string})`; }; }; "@media": { "screen and (max-width: 327px)": { selectors: { "&:first-child": { backgroundImage: `var(--${string})`; }; }; }; }; }; }; highlighted: { true: {}; }; }>; export declare const tableWrapper: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { border: `1px solid var(--${string})`; }; secondary: { border: `1px solid var(--${string})`; }; tertiary: { border: "none"; }; quaternary: { border: "none"; }; }; }>; export declare const table: import('@vanilla-extract/recipes').RuntimeFn<{ variant: { primary: { background: `var(--${string})`; }; secondary: { background: `var(--${string})`; }; tertiary: { background: `var(--${string})`; }; quaternary: { background: `var(--${string})`; }; }; }>; export declare const alternate_color_rows: string; export declare const table_description_text: string; export declare const highlight_cell: string; export declare const highlight_th: string;