import { type BoxDecoration, type EdgeInsets } from "@meursyphus/flitter"; export default function Bar({ thickness, direction, color, decoration, margin, }: { thickness: number; direction: "horizontal" | "vertical"; color?: string; decoration?: BoxDecoration; margin?: EdgeInsets; }): any;