export declare const ListContext: import("react").Context<{
    variant: string;
}>;
