import { Theme } from '../theme'; export declare const listBase: (t?: Theme) => string; export declare const listVariant: { ol: (t?: Theme) => string; ul: (t?: Theme) => string; dl: (t?: Theme) => string; nested: (t?: Theme) => string; }; export declare const listStyles: (t?: Theme) => string; export declare const list: { base: (t?: Theme) => string; variant: { ol: (t?: Theme) => string; ul: (t?: Theme) => string; dl: (t?: Theme) => string; nested: (t?: Theme) => string; }; styles: (t?: Theme) => string; }; //# sourceMappingURL=list.d.ts.map