import { DefaultTheme } from "styled-components"; export declare const getStatusVariants: (theme: DefaultTheme) => { in: { background: string; color: string; }; out: { background: string; color: string; }; closed: { background: string; color: string; }; }; export declare const getStatusPointVariants: (theme: DefaultTheme) => { in: { background: string; }; out: { background: string; }; closed: { background: string; }; };