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