import type { Snowflake } from './@type';
export interface MessageComponentSelectDefaultValue {
    id: Snowflake;
    type: string;
}
//# sourceMappingURL=MessageComponentSelectDefaultValue.d.ts.map