/// <reference types="react" />
import type { Props } from "../types";
export declare const StyledPath: import("styled-components").StyledComponent<"path", import("styled-components").DefaultTheme, {}, never>;
export declare const StyledStrokeNormal: import("styled-components").StyledComponent<"path", import("styled-components").DefaultTheme, {}, never>;
declare const SeatNormal: ({ selected, type, label }: Props) => JSX.Element | null;
export default SeatNormal;
